org.eclipse.vtp.desktop.editors.core.elements
Class CustomIntegrationElementManager

java.lang.Object
  extended by org.eclipse.vtp.desktop.editors.core.elements.CustomIntegrationElementManager

public class CustomIntegrationElementManager
extends java.lang.Object


Field Summary
static java.lang.String customIntegrationExtensionPointId
           
 
Constructor Summary
CustomIntegrationElementManager()
           
 
Method Summary
 CustomIntegrationElement createElement(java.lang.String typeId)
           
 CustomIntegrationElement createElement(java.lang.String typeId, java.lang.String id, java.lang.String name)
           
static CustomIntegrationElementManager getDefault()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

customIntegrationExtensionPointId

public static java.lang.String customIntegrationExtensionPointId
Constructor Detail

CustomIntegrationElementManager

public CustomIntegrationElementManager()
Method Detail

getDefault

public static CustomIntegrationElementManager getDefault()

createElement

public CustomIntegrationElement createElement(java.lang.String typeId)

createElement

public CustomIntegrationElement createElement(java.lang.String typeId,
                                              java.lang.String id,
                                              java.lang.String name)